home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_202.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  352 b   |  11 lines

  1. Inputs: Item1; Item2
  2. Outputs: [Result]
  3.  
  4. Inputs: any; any
  5. Outputs: [boolean]
  6.  
  7. If inputs are instances, Result is TRUE if they are located at the same address. If inputs are externals, Result is TRUE if their value fields are equal. Otherwise, Result is TRUE if inputs are equal, or, for lists, all corresponding elements are equal.
  8.  
  9. Logical/Relational
  10.  
  11.